LEADTOOLS Medical (Leadtools.Dicom.Scu assembly)
LEAD Technologies, Inc

Create<TData>(DicomScp,TData,Boolean,BeforeAddTagDelegate) Method






The type of the data.
The peer connection to send the N-CREATE-REQ to.
The data to send in the N-CREATE-REQ.
If set to true ignores class defined in the InstanceAttribute of Data.
The delegate to call before adding Data properties to the dataset that will be used in the N-CREATE-REQ.
Sends an N-CREATE-REQ to the SCP.
Syntax
public void Create<TData>( 
   DicomScp Scp,
   TData Data,
   bool ignoreClass,
   BeforeAddTagDelegate beforeAdd
)
'Declaration
 
Public Overloads Sub Create(Of TData)( _
   ByVal Scp As DicomScp, _
   ByVal Data As TData, _
   ByVal ignoreClass As Boolean, _
   ByVal beforeAdd As BeforeAddTagDelegate _
) 
'Usage
 
Dim instance As PerformedProcedureStepScu
Dim Scp As DicomScp
Dim Data As TData
Dim ignoreClass As Boolean
Dim beforeAdd As BeforeAddTagDelegate
 
instance.Create(Of TData)(Scp, Data, ignoreClass, beforeAdd)
public void Create<TData>( 
   DicomScp Scp,
   TData Data,
   bool ignoreClass,
   BeforeAddTagDelegate beforeAdd
)
 function Leadtools.Dicom.Scu.PerformedProcedureStepScu.Create``1(DicomScp,``0,Boolean,BeforeAddTagDelegate)( 
   Scp ,
   Data ,
   ignoreClass ,
   beforeAdd 
)
public:
void Creategeneric<typename TData>
( 
   DicomScp^ Scp,
   TData^ Data,
   bool ignoreClass,
   BeforeAddTagDelegate^ beforeAdd
) 

Parameters

Scp
The peer connection to send the N-CREATE-REQ to.
Data
The data to send in the N-CREATE-REQ.
ignoreClass
If set to true ignores class defined in the InstanceAttribute of Data.
beforeAdd
The delegate to call before adding Data properties to the dataset that will be used in the N-CREATE-REQ.

Type Parameters

TData
The type of the data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PerformedProcedureStepScu Class
PerformedProcedureStepScu Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.Scu requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features